@charset"utf-8";

.main{
    line-height: 1.8;
}

.shop-table{
    margin-top: 20px;
    margin-bottom: 20px;
}
.event-table{
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry__content{
    color: #252525;
}
h2{
    margin-top: 35px;
    font-weight: bold;
}
.entry__content h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
}
.entry__content h4 {
    font-size: 1.15rem;
    font-weight: bold;
    margin-top: 15px;
}
.entry__content h5 {
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 15px;
}

.input-group__button {
    background-color: #f7b117;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: .4em .7em;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-out;
    width: 100%;
    margin-top: 10px;
}

.input-group__button:active, .input-group__button:hover {
    background-color: #634916;
}

.input-group__button2 {
    background-color: #eee;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #383635 !important;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: .4em .7em;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-out;
    width: 100%;
    margin-top: 10px;
}

.input-group__button2:active, .input-group__button2:hover {
    background-color: #b3b1b1;;
}

/* スタイル01 */

h1.pagehead01{
    font-size: 28px;
    font-weight: bold;
    border-left: 10px solid ;
    color: ;
    padding-left: 10px;
    margin-bottom: 30px;
}

h2.pagehead01{
    font-size: 24px;
    font-weight: bold;
    border-left: 5px solid ;
    color: ;
    padding-left: 5px;
    margin-bottom: 30px;
}

h3.pagehead01{
    font-size: 21px;
    font-weight: bold;
    color: ;
    margin-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid ;
}

.outline01{
    border: 1px solid ;
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.outline_head01{
   margin-bottom: 10px;
   font-weight: bold;
}

.outline_item01 a{
    color: #333;
    line-height: 2;
}

.box_border01{
    border:1px solid #333;
    padding: 20px;
    margin-bottom: 30px;
}

.box_bg01{
    background-color:#efefef;
    padding: 20px;
    margin-bottom: 30px;
}

table.tbl01{
   border: 1px solid #ddd;
   border-collapse: collapse;
   margin-bottom: 30px;
   width:100%;
}

table.tbl01 th,
table.tbl01 td{
   border: 1px solid #ddd;
   padding: 20px;
   box-sizing: border-box;
}

table.tbl01 th{
   background-color: #f3f3f3;
   font-weight: bold;
   text-align:center;
   width: 20%;
}

table.tbl01 th:empty,
table.tbl01 td:empty {
   background-image: linear-gradient(to top right, transparent, transparent 49%, #ddd 51%, transparent 51%, transparent 100%);
}

@media (max-width:991px){
    table.tbl01 th:empty,
    table.tbl01 td:empty {
        display: none;
    }
    table.tbl01 {
        width: 100%;
    }
     table.tbl01 th,
     table.tbl01 td{
        display: block;
        text-align:left;
        float: none !important;
        width: 100%;
     }
}

/* パーツ02 */

h1.pagehead02{
    font-size: 28px;
    font-weight: bold;
    color: ;
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
    line-height: 1.5;
    position: relative;
}

h1.pagehead02:after{
   content: '';
   position: absolute;
   left: 0;
   bottom: -3px;
   width: 30%;
   height: 3px;
   background-color: #fb9319;
}

h2.pagehead02{
    font-size: 24px;
    font-weight: bold;
    color: ;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
    line-height: 1.5;
    position: relative;
}

h2.pagehead02:after{
   content: '';
   position: absolute;
   left: 0;
   bottom: -2px;
   width: 20%;
   height: 2px;
   background-color: #ff9f38;
}

h3.pagehead02{
    font-size: 21px;
    font-weight: bold;
    color: #ff9f38;
    margin-bottom: 30px;
}

.outline02{
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
    background: #f2f2f2;
}

.outline_head02{
   margin-bottom: 10px;
   font-weight: bold;
   color: #555;
   text-align: center;
}

.outline_item02 a{
    color: #333;
    line-height: 2;
}

.box_border02{
    border:1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.box_bg02{
    background-color:#f3f3f3;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}

table.tbl02{
   border-top: 1px solid #333;
   border-collapse: collapse;
   margin-bottom: 30px;
   width:100%;
}

table.tbl02 tr{
    border-bottom: 1px solid #333;
}

table.tbl02 th{
   font-weight: bold;
   text-align:center;
   width:20%;
}

table.tbl02 td,
table.tbl02 th{
   padding: 20px;
   box-sizing: border-box;
}

table.tbl02 th:empty,
table.tbl02 td:empty {
   content:'-';
}

@media (max-width:991px){
    table.tbl02 th:empty,
    table.tbl02 td:empty {
        display: none;
    }
    table.tbl02 {
        width: 100%;
    }
     table.tbl02 th,
     table.tbl02 td{
        display: block;
        float: none !important;
        border-bottom: 1px solid #333;
        text-align: left;
        width:100%;
     }
     table.tbl02 tr{
        border-bottom: none;
     }
}

/* パーツ03 */

h1.pagehead03{
    font-size: 28px;
    font-weight: bold;
    color: ;
    background-color: #fdd0a1;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
    border-radius: 10px;
}

h2.pagehead03{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    color: ;
    background-color: #ffe8d1;
    border-top: 1px solid #fb9319;
    border-bottom: 1px solid #fb9319;
    margin-bottom: 30px;
    line-height: 1.5;
}

h3.pagehead03{
    font-size: 21px;
    font-weight: bold;
    color: ;
    border-bottom: 1px dotted #333;
    margin-bottom: 30px;
}

.outline03{
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
    border: 1px dotted #333;
    border-collapse: collapse;
}

.outline_head03{
   margin-bottom: 10px;
   font-weight: bold;
   text-align: center;
}

.outline_item03 a{
    color: #333;
    line-height: 2;
}

.box_border03{
    border:1px dotted #666;
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
}

.box_bg03{
    background-color:#ffe8d1;
    padding: 20px;
    margin-bottom: 30px;
}

table.tbl03{
   border-top: 1px dotted #888;
   border-collapse: collapse;
   margin-bottom: 30px;
   width: 100%;
}

table.tbl03 tr{
    border-bottom: 1px dotted #888;
}

table.tbl03 th{
   font-weight: bold;
   text-align:center;
   width: 20%;
}

table.tbl03 td,
table.tbl03 th{
   padding: 20px;
   box-sizing: border-box;
}

table.tbl03 th:empty,
table.tbl03 td:empty {
   content:'-';
}

@media (max-width:991px){
    table.tbl03 th:empty,
    table.tbl03 td:empty {
        display: none;
    }
    table.tbl03 {
        width: 100%;
    }
     table.tbl03 th,
     table.tbl03 td{
        display: block;
        float: none !important;
        border-bottom: 1px dotted #888;
        text-align: left;
        width:100%;
     }
     table.tbl03 tr{
        border-bottom: none;
    }
}

/* 吹き出し */

.speak_area{
    display: block;
    clear: both;
    overflow: hidden;
}

.speak_user,
.speak_txt{
   float:left;
}

.speak_user{
    margin-right: 20px;
}

.speak_user img{
   width: 60px !important;
   height: auto;
   border-radius: 50%;
   background-color: white;
}

.speak_txt{
    position: relative;
	display: inline-block;
	padding: 20px;
	background: #fff;
 	border: solid 3px #ddd;
    margin-bottom: 30px;
}

.speak_txt:before{
    content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
 	z-index: 2;
}

.speak_txt:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #ddd;
 	z-index: 1;
}

@media (max-width:991px){
    .speak_txt{
        width:80%;
    }
    .speak_txt:before{
        content: "";
	    position: absolute;
	    top: 50%;
	    left: -24px;
 	    margin-top: -12px;
	    border: 12px solid transparent;
	    border-right: 12px solid #fff;
 	    z-index: 2;
    }

    .speak_txt:after{
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: -30px;
 	    margin-top: -14px;
	    border: 14px solid transparent;
	    border-right: 14px solid #ddd;
 	    z-index: 1;
    }
}

@media (max-width:767px){
    .speak_user img{
       width: 30px !important;
       height: auto;
       border-radius: 50%;
    }
    .speak_user p{
        font-size: 10px !important;
    }
}

@media (max-width:375px){
    .speak_txt{
        width:70%;
    }
}

/* 吹き出し02 */

.speak_area02{
    display: block;
    clear: both;
    overflow: hidden;
}

.speak_user02,
.speak_txt02{
   float:left;
}

.speak_user02{
    margin-right: 20px;
}

.speak_user02 img{
   width: 60px !important;
   height: auto;
   border-radius: 50%;
}

.speak_txt02{
    position: relative;
	display: inline-block;
	padding: 20px;
	background-color: #ffe8d1;
    margin-bottom: 30px;
}

.speak_txt02:before{
    content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ffe8d1;
}

@media (max-width:991px){
    .speak_txt02{
        width:80%;
    }
    .speak_txt02:before{
        content: "";
	    position: absolute;
	    top: 50%;
	    left: -30px;
 	    margin-top: -15px;
	    border: 15px solid transparent;
	    border-right: 15px solid #ffe8d1;
    }
}

@media (max-width:767px){
    .speak_user02 img{
       width: 30px !important;
       height: auto;
       border-radius: 50%;
    }
    .speak_user02 p{
        font-size: 10px !important;
    }
}

@media (max-width:375px){
    .speak_txt02{
        width:70%;
    }
}

/* 吹き出し03 */

.speak_area03{
    display: block;
    clear: both;
    overflow: hidden;
}

.speak_user03,
.speak_txt03{
   float:left;
}

.speak_user03{
    margin-right: 20px;
}

.speak_user03 img{
   width: 60px !important;
   height: auto;
   border-radius: 50%;
}

.speak_txt03{
    position: relative;
	display: inline-block;
	padding: 20px;
	background-color: #efefef;
    margin-bottom: 30px;
}

.speak_txt03:before{
    content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #efefef;
}

.speak_txt04{
    position: relative;
	display: inline-block;
	padding: 20px;
	background: #fff;
 	border: solid 3px #f5a623;
    margin-bottom: 30px;
    width:80%;
}

.speak_txt04:before{
    content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
 	z-index: 2;
}

.speak_txt04:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #f5a623;
 	z-index: 1;
}

@media (max-width:991px){
    .speak_txt03,
    .speak_txt04{
        width:80%;
    }
    .speak_txt03:before{
        content: "";
	    position: absolute;
	    top: 50%;
	    left: -30px;
 	    margin-top: -15px;
	    border: 15px solid transparent;
	    border-right: 15px solid #efefef;
    }
}

@media (max-width:767px){
    .speak_user03 img{
       width: 30px !important;
       height: auto;
       border-radius: 50%;
    }
    .speak_user03 p{
        font-size: 10px !important;
    }
}

@media (max-width:375px){
    .speak_txt03,
    .speak_txt04{
        width:70%;
    }
}

/* おすすめ記事 */

.article_checkbox{
    padding:15px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    clear: both;
    overflow: hidden;
}

.article_checkbox a{
    color: #333;
    text-decoration: none;
}

.checkbox_article_head{
    font-size:21px;
    font-weight: bold;
}

@media (max-width:991px){
    .article_checkbox div{
        padding-left:15px;
        padding-right:15px;
        box-sizing: border-box;
        float: left;
    }
}

@media (max-width:767px){
    .article_checkbox .col-sm-2{
        width: 33.333333%;
    }
    .article_checkbox .col-sm-10{
        width: 66.666667%;
    }
}

//特集記事のSNSシェアボタン
#share_entry {
	width: 90%;
	margin: 50px 5% 50px;
	clear: both;
	display: block;
	overflow: hidden
}

#share_entry li {
	float: left;
	width: 15%;
	margin-right: 2%;
	position: relative !important;
	color: #fff;
    left: 25%;
}

#share_entry li:last-child {
	margin-right: 0 !important;
}

#share_entry li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	display: block;
	position: relative;
}

#share_entry li span {
	position: absolute;
	bottom: 25%;
	right: 38.5%;
	color: inherit;
}

li.twitter a {
	background: #55acee;
	border: 2px solid #55acee;
}

#share_entry li.twitter a::before {
	font-family: FontAwesome;
	content: "\f099";
	z-index: 10;
//	margin-left: 30%;
}

li.facebook a {
	background: #305097;
	border: 2px solid #305097;
}

#share_entry li.facebook a::before {
	font-family: FontAwesome;
	content: "\f09a";
	z-index: 10;
//	margin-left: 33%;
}

li.line a{
	background:#09B701;
	border: 2px solid #09B701;
}

#share_entry li.twitter a:hover,
#share_entry li.facebook a:hover,
#share_entry li.line a:hover{
	background: #fff;
}

#share_entry li.twitter a:hover,
#share_entry li.twitter:hover {
	color: #55acee !important;
}

#share_entry li.facebook a:hover,
#share_entry li.facebook:hover {
	color: #305097 !important;
}

#share_entry li.line a:hover{
	color: #09B701;
}

@media (max-width:1600px) {
	#share_entry li span {
    	right: 37.2%;
	}
}

@media (max-width:991px) {
	#share_entry {
    	width: 82% !important;
    	right: 11%;
	}
	#share_entry li span {
    	right: 36.5% !important;
	}
	#share_entry li a {
    	padding: 5px 0;
	}
}

@media (max-width:991px) {
	#share_entry li {
    	float: none;
    	width: 100% !important;
    	margin: 0 0 10px;
        left: 25%;
	}
	#share_entry li.twitter a::before {
    //  margin-left: 20% !important;
	}
	#share_entry li.facebook a::before {
    //	margin-left: 22% !important;
	}
	#share_entry li span {
    	right: 33.5% !important;
	}
}

/*コメントカード用*/
/*.my-parts {
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}
.my-parts::after {
  display: block;
  clear: both;
  content: '';
}
.my-parts .my-parts-img {
  text-align: center;
  width: 100px;
  padding: .4em;
  box-sizing: border-box;
  float: left;
}
.my-parts .my-parts-img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}
.my-parts .my-parts-body {
  width: 60%;
  width: calc(100% - 100px);
  padding: .4em;
  box-sizing: border-box;
  text-align: left;
  float: left;
}
.my-parts .my-parts-body time {
  color: #666;
  font-size: .875em;
  display: block;
  text-align: right;
}
.my-parts .my-parts-title {
  font-size: 1.2em;
  color: #333;
  margin: .4em 0;
}
.my-parts .my-parts-body p {
  font-size: .95em;
  color: #666;
  margin: 0;
}*/

.mitainya__bubble {
  background-color: #ffcc80 !important;
}

.mitainya__bubble::before {
  border-right-color: #ffcc80 !important;
}

.shisyo__bubble {
  background-color: #fffab6 !important;
}

.shisyo__bubble::before {
  border-right-color: #fffab6 !important;
}

.donpen__bubble {
  background-color: #bbdefb !important;
}

.donpen__bubble::before {
  border-right-color: #bbdefb !important;
}

.other__bubble {
  background-color: #d3d9ef !important;
}

.other__bubble::before {
  border-right-color: #d3d9ef !important;
}

.writercomment img {
  max-width: 6em !important;
  max-height: 6em !important;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.box_bg04{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #333333;
    border-radius: 10px;
}

p a {
    color: #e91e63;
}

.top-title__text {
    color: #f26619;
}
.ma {
    margin: auto;
}
.text-frame-orange {
    border: solid 5px orange;
    padding: 20px;
    width: 100%;
}

.text-frame-green {
    border: solid 5px limegreen;
    padding: 20px;
}

.green {
    color: limegreen;
    border-color: limegreen;
}

.border-green {
    border-color: limegreen;
}

.w80 {
    width: 80%;
}

.margin15{
    margin-right: -10px;
    margin-left: -10px;
}
.featured .toc__item-link {
    background-color: #f26619;
}
.article__heading h1 {
    color: #f26619;
    font-size: 2.5rem;
}
.top-title__text {
    font-size: 2.5rem !important;
    font-weight: 700;
    margin-top: 0px;
    margin: auto;
}
.toc {
    background-image: none !important;
    margin-bottom: 0rem;
    padding: 0rem;
}
.toc__head {
    color: #f26619;
    display: flex;
    font-weight: 700;
    justify-content: center;
    margin-bottom: .5em;
    padding-bottom: .2em;
    position: relative;
}
.entry__head {
    border-bottom: .0rem;
}
.point__head {
    font-size: 1.5em !important;
    margin-top: 0 !important;
}
.text-frame-orange div{
    width: 100%;
}

.text-frame-orange span {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 10px 0 10px;
}

.article__contents {
    padding: 0 15px 0 15px;
}

#owner-form {
    margin: auto;
}