/*!
Theme Name: genkagenkichi
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #353535;
	transition: .4s;
}
a:hover{
	color: #22819e;
}
/******************************************
Basic
*******************************************/
body {
    width:100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin:0;
    padding:0;
    color:#353535;
    line-height:1.6;
    letter-spacing: 0.05em;
    position: relative;
    font-size:1rem;
	background:#ffffff;
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
h2{
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
  font-size: 2rem;
}
h3{
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
  font-size: 1.6rem;
}
.tenmincho{
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
}
.clear{
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.inner{
  width:1170px;
  margin:0px auto;
}
.contents_inner{
  padding:60px 0px 40px;	
  width:1170px;
  margin:0px auto;	
}
.header_contents_inner {
  padding:60px 0px 0px;	
  width:1170px;
  margin:0px auto;	
}
.contents_inner02{
  padding:0px 0px 40px;	
  width:1170px;
  margin:0px auto;	
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.flex_space_between{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.breadcrumbs{
    font-size: 12px;
    padding: 12px 0px;
    color: #161616;
}
.breadcrumbs span a{
    padding:0px;
    margin: 0px;
}
.sp_cont{
		display: none;
	}
.sfont {
    font-size: 0.7rem;
}
.align_center{
	align:center;
}

/***************************************************
fadein 
****************************************************/
.fadein {
  opacity : 0;
  transform : translate(0, 60px);
  transition : all 1.6s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}

/***************************************************
header 
****************************************************/
#header-fixed {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    height: 60px;
}
#header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 0;
}
#header #global-nav .header_otoiawase{
	background: #000;
	color: #fff;
    padding: 10px 10px 2px 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
nav #global-nav .header_otoiawase .tel{
    font-size: 30px;
    text-align: center;
    border-top: 1px solid #fff;
}
.header_otoiawase .text{
    text-align: center;
    line-height: 1.6;
}
.headertext {
    font-size: 0.7rem;
	padding-top:5px;
}

/***************************************************
nav
****************************************************/

.sp_cont{
		display: none;
	}
.menu-container{
	background: #fff;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.margin-top{
	margin-top:100px;
}
/* nav menu  CSS Document */
#global-nav ul {
    list-style: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    right: 0;
    font-size: 1rem;
    text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding: 15px 0px 10px;
    margin-left: 240px;
}
#global-nav ul li {
    padding: 0px 20px 0px;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 26px;
}
#global-nav ul li i{
font-size: 22px;
    margin-bottom: 10px;
}
#global-nav ul li a {
    font-size: 14px;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#global-nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #22819e;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#global-nav ul .stit a:hover::after {
  transform: scale(1, 1);
}
#global-nav ul .pc_logo a:hover::after {
  transform: scale(0, 0);
}
#header,
#header:after,
nav.is-fixed .headertop,
#header .logo,
#global-nav ul li,
#global-nav .searchbox{
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
#header .pc_slogo {
    margin-top: -22px;
    height: auto;
    opacity: 1;
    padding: 36px 0px 0px 0px;
    text-align: center;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
nav #global-nav .header_otoiawase .tel {
    transition: all 0.3s ease-in-out 0s;
}
.menuwrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.menuwrap ul .stit{
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
/* Fixed */
#header .pc_logo img {
    width: 100%;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
.slogo{
	display: none;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
top: 19px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #353535;
    left: 0;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.menu {
    position: relative;
    margin-bottom: 0px;
}
#global-nav .searchbox {
    margin-top: 9px;
}
#global-nav {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    background: #ffffff;
}
.toppage_gobal_nav ul {
    padding-top: 12px;
}
.toppage_gobal_nav .searchbox {
    margin-top: 18px!important;
    margin-left: 20px;
}
.toppage_gobal_nav {
    background: #40a631;
    height: 60px;
}
.toppage_logowrap{
    z-index: 99999;
    position: relative;
}
#top_stay {
    margin-top: -180px;
    padding-top: 180px;
}
nav{
	background: rgba(255,255,255,0);
}
.menuwrap .otoiawaseboxwrap {
    right: 10%;
    position: absolute;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	float: right;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
.menuwrap .otoiawasebox {
    width: 60px;
    height: auto;
    background: #16ac32;
    padding: 0px 4px 4px;
    text-align: center;
	margin-right:20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menuwrap .otoiawasebox:hover {
    width: 60px;
    height: auto;
    background: #247117;
    padding: 0px 4px 4px;
    text-align: center;
    margin-right: 20px;
}
.menuwrap .otoiawasebox .sbox {
    border-bottom: dashed 1px #fff;
    padding: 5px 5px 5px;
    border-right: 1px dashed #fff;
    border-left: dashed 1px #fff;
}
.menuwrap .otoiawasebox2 {
    /* width: 60px; */
    height: auto;
    background: #22819e;
    padding: 0px 4px 4px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menuwrap .otoiawasebox2:hover {
    /* width: 60px; */
    height: auto;
    background: #f87f2f;
    padding: 0px 4px 4px;
    text-align: center;
}
.menuwrap .otoiawasebox2 .sbox2 {
    border-bottom: dashed 1px #fff;
    padding: 10px 5px 5px;
    border-right: 1px dashed #fff;
    border-left: dashed 1px #fff;
    color: #fff;
    font-weight: bold;
}
.toppagemenu .logo {
    background: #fff;
    padding: 20px 0px;
    width: 220px;
    position: absolute;
    text-align: center;
	z-index: 99999;
}
.toppagemenu .logo img{
    width: 94%;
}
#global-nav .icon{
    padding-top: 10px;
}
#global-nav .icon a{
    border: solid 1px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
#global-nav .tel{
    font-size: 1.3rem;
    line-height: 1.2;
}
#global-nav .tel span{
	font-size: 0.9rem;
}

/******************************************
button
*******************************************/
.button01 {
    position: relative;
    display: inline-block;
    width: 280px;
    text-decoration: none;
    color: #353535;
    background: none;
    border: solid #353535 1px;
    transition: .4s;
    text-align: center;
    padding: 15px 0px 10px;
    font-size: 0.9rem;
}
.button01:hover {
  background: #353535;
  color: #ffffff;
}
.entry-footer{
	text-align: center;
	margin-bottom: 20px;
}

/******************************************
home
*******************************************/
.full_screen{
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
}
.full_screen .box{
  width: 100%;
  height: 100vh;
  color: #fff;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
  background: url("images/full_screen_bk.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
}
.full_screen .bottom {
    background: #fff;
    width: 100%;
    bottom: 0;
    color: #353535;
    position: fixed;
    z-index: 9999;
    padding: 10px 0px 5px;
    /* height: 42px; */
}
.full_screen .box .btnflex{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.full_screen .box .btnwrap {
    text-align: center;
    margin: 40px 0px 20px;
}
.full_screen .box .btnwrap .btn {
    display: inline-block;
    padding: 0.6em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    /* border-radius: 3px; */
    transition: .4s;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}
.full_screen .box .btnwrap .btn .b_font{
    font-size: 1.4rem;
}
.full_screen .box .btnwrap .s_font{
    font-size: 0.9rem;
}
.full_screen .box .btnwrap .btn:hover {
  background: #fff;
  color: #353535;
}
/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.site-header {
    background: #ffffff;
    padding: 15px 0px 5px;
    position: fixed;
    /* top: 0; */
    transition: .5s;
    width: 100%;
    z-index: 99999;
    bottom: 0;
}
.site-header .inner table{
    margin: 0 auto;
}
.site-header .inner table .box1{
    font-size: 1.2rem;
}
.site-header .inner table .box3 {
    font-size: 0.9rem;
    background: url(images/text_bk01.png);
    background-repeat: no-repeat;
    width: 200px;
    background-position: bottom;
    padding: 0px 0px 10px 10px;
}
.site-header.hide{
    transform: translateY(100%);
}
#home_contbox01 {
    padding: 0px 5% 30px 0px;
    background: #f8f8f8;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}
#home_contbox01 h3{
    text-align: left;
    margin-bottom: 20px;
}
#home_contbox01 .home_news ul li{
    border-bottom: dashed #ccc 1px;
    padding: 10px 10px 5px;
	font-size: 0.9rem;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#home_contbox01 .cate ul li {
    border-bottom: none;
    border: 1px solid #353535;
    font-size: 0.7rem;
    padding: 2px 10px 0px;
	margin:0 10px;
}
#home_contbox01 .contents_inner {
    width: 76%;
    margin: 0px auto;
}
#home_contbox01 .btnwrap {
    text-align: right;
    margin: 0px 0px 30px;
}
#home_contbox01 .btnwrap a{
    font-size: 0.9rem;
    border-bottom: 1px solid;
}
#home_contbox02{
    background: url("images/top_image02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;		
}
#home_contbox02 .contents_inner h3{
    color:#ffffff;
	text-align: center;
	text-shadow: 1px 2px 3px #808080;
}
#home_contbox02 .contents_inner .sbox {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    text-align: center;
    margin: 0px 20px;
    width: 38%;
}
#home_contbox02 .contents_inner .flexbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
    margin: 30px;
}
#home_contbox02 .contents_inner .sbox .title{
    border-bottom: 1px solid;
}
#home_contbox02 .contents_inner .sbox .text {
    font-size: 0.8rem;
    margin-top: 10px;
}
#home_contbox02 .contents_inner .sbox .text{
    font-size: 0.8rem;
}
div#home_contbox02 div.contents_inner div.box div.sbox-link {
  text-align: center;
}
div#home_contbox02 div.contents_inner div.box div.sbox-link a {
  color: #fff;
}
div#home_contbox02 div.contents_inner div.box div.sbox-link a:hover {
  color: #22819e;
}

#home_contbox03 {
    padding: 60px 0px;
}
#home_contbox03 h3 {
    text-align: center;
    margin-bottom: 40px;
}
#home_contbox03 h4 {
    width: 68%;
    margin: 0 auto;
    border: solid 1px #fff;
    padding: 30px 3%;
    font-size: 1rem;
    color: #fff;
}
#home_contbox03 .flexbox .linktext{
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    display: inline-block;
}
#home_contbox03 .flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}     
#home_contbox03 .box02{
    position: relative;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 0 12px #7b7a35;
    padding: 60px 0;
	color:#ffffff;
    width: 28%;
}
#home_contbox03 .box02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("images/home_contbox03_02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#home_contbox03 .box02:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#home_contbox03 .box02 .text {
    z-index: 1;
    position: relative;
}
#home_contbox03 .box01{
    position: relative;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 0 12px #7b7a35;
    padding: 60px 0;
	color:#ffffff;
    width: 28%;
}
#home_contbox03 .box01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("images/home_contbox03_01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#home_contbox03 .box01:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#home_contbox03 .box01 .text {
    z-index: 1;
    position: relative;
}
#home_contbox03 .box03{
    position: relative;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 0 12px #7b7a35;
    padding: 60px 0;
	color:#ffffff;
    width: 28%;
}
#home_contbox03 .box03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("images/home_contbox03_03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#home_contbox03 .box03:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#home_contbox03 .box03 .text {
    z-index: 1;
    position: relative;
}
#home_contbox04 {
    padding: 40px 0px 20px;
}
#home_contbox04 .flexbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: flex-end;
}
#home_contbox04 .logo{
    width: 200px;
    margin-bottom: 20px;
}
#home_contbox04 .flexbox .textbox {
    width: 47%;
    background: #fff;
    margin-right: -100px;
    z-index: 9999;
    margin-top: 200px;
    padding: 60px 80px;
}
#home_contbox04 .contact{
    margin-top: 10px;
    font-size: 1.1em;
}
#home_contbox04 .contact .tel{
    font-size: 1.2em;
	margin-right: 20px;
}
#home_contbox04 .contact .time{
    font-size: 1.2em;
}
#home_contbox04 .contact .flexbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content:flex-start;
}
#home_contbox05{
    padding:60px 0px;
}
#home_contbox05 h3 {
    text-align: center;
    margin-bottom: 60px;
}
#home_contbox05 .home_taiken01{
	width: 50%;
position: relative;
}
#home_contbox05 .home_taiken01 .imagebox{
    width: 88%;
}
#home_contbox05 .home_taiken01 .imagebox img{
    height: 290px;
    object-fit: cover;
font-family: 'object-fit:cover;';
    width: 100%;
}
#home_contbox05 .home_taiken01 .textbox{
    background: #fff;
    padding: 5% 5%;
    margin-top: -40px;
    z-index: 9999;
    position: absolute;
    width: 70%;
    display: block;
    right: 0;
}
#home_contbox05 .home_taiken01 .textbox .title{
    font-weight: bold;
}
#home_contbox05 .home_taiken01 .textbox .text{
    font-size: 0.9rem;
    margin: 5px 0px;
}
#home_contbox05 .home_taiken01 .textbox .text_btnwrap {
    text-align: right;
}
#home_contbox05 .home_taiken01 .textbox .text_btnwrap a{
    border-bottom: 1px solid;
    text-align: right;
}
#home_contbox05 .home_taiken02{
	width: 50%;
position: relative;
}
#home_contbox05 .home_taiken02 .imagebox{
    width: 88%;
}
#home_contbox05 .home_taiken02 .imagebox img {
    height: 290px;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    width: 100%;
}
#home_contbox05 .home_taiken02 .textbox{
    background: #fff;
    padding: 5% 5%;
    margin-top: -40px;
    z-index: 9999;
    position: absolute;
    width: 70%;
    display: block;
    right: 0;
}
#home_contbox05 .home_taiken02 .textbox .title{
    font-weight: bold;
}
#home_contbox05 .home_taiken02 .textbox .text{
    font-size: 0.9rem;
    margin: 5px 0px;
}
#home_contbox05 .home_taiken02 .textbox .text_btnwrap {
    text-align: right;
}
#home_contbox05 .home_taiken02 .textbox .text_btnwrap a{
    border-bottom: 1px solid;
    text-align: right;
}
#home_contbox05 .btnwrap {
    text-align: center;
    margin: 50px 0px 30px;
}
.home_contbox05_bottom{
    margin-top: 120px;
    text-align: center;
    margin-bottom: 60px;
}
#home_contbox06{
	background: #f8f8f8;
}
#home_contbox06 h3 {
    text-align: center;
    margin-bottom: 20px;
}
#home_contbox06 h3 span{
	font-size: 1rem;
}
#home_contbox06 .contents_inner {
    padding: 60px 0px 60px;
}
#home_contbox06 .flexbox{
	flex-wrap: wrap;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#home_contbox06 .flexbox .imagebox {
    width: 30%;
    background: #ffffff;
    text-align: center;
    padding: 4%;
    margin: 20px 0px;
}
#home_contbox06 .flexbox .imagebox .title{
    font-size: 1.3rem;
}
#home_contbox06 .flexbox .imagebox a{
    font-size: 0.9rem;
}
#home_contbox06 .flexbox .imagebox img{
    width: 180px;
    height: 180px;
    object-fit: contain;
font-family: 'object-fit:contain;';
	margin:20px 0px;
}
#home_contbox07 {
    padding: 60px 0px;
}
#home_contbox07 h3{
	text-align: center;
}
#home_contbox08{
    background: url("images/home_contbox07_bk.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
    padding: 80px 0px;
}
#home_contbox08 h3 {
    text-align: center;
    margin-bottom: 0px;
}
#home_contbox08 .stext {
    text-align: center;
    margin-bottom: 50px;
}
#home_contbox08 .flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: center;
}
#home_contbox08 .flexbox .box01{
   margin-right: 20px;
}
#home_contbox08 .box01 p{
    border-left:1px solid;
	padding-left:15px;
}
#home_contbox08 .box01 .tel{
    font-size:1.1rem;
	margin-right: 20px;
}
#home_contbox08 .box01 .time{
    font-size:1.1rem;
}
#home_contbox08 .flexbox .box02{
      margin-left: 20px;
}
#home_contbox09{
	background: #f8f8f8;
	padding:60px;
}
#home_contbox09 h3 {
    text-align: center;
    margin-bottom: 40px;
}
#home_contbox09 .s_boxwrap01{
    margin-right:20px;
}
#home_contbox09 .s_boxwrap02{
    margin-left:20px;
}
#home_contbox09 .s_boxwrap01 .s_box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#home_contbox09 .outside_flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
}
#home_contbox09 .s_boxwrap01 .s_box .image{
    width:100px;
}
#home_contbox09 .s_boxwrap01 .s_box .name{
    margin-top: 20px;
    margin-left: 20px;
}
#home_contbox09 .s_boxwrap01 .s_box .add{
    font-size:0.9rem;
	margin:10px 0px;
}
#home_contbox09 .s_boxwrap01 .s_box .tel{
    font-size:1.1rem;
	margin-right: 20px;
}
#home_contbox09 .s_boxwrap01 .s_box .fax{
    font-size:1.1rem;
}

/******************************************
下層ページ
*******************************************/
.entry-header{
	text-align: center;
}
.entry-title{
    font-family: "ten-mincho", serif;
    font-feature-settings: "ss02";
    font-size: 1.6rem;
} 
.page-header {
    height: 470px;
    background: url(images/page_headerbk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
}
.page-header h2 {
    color: #fff;
    text-shadow: -1px -2px 3px #808080;
    font-size: 2rem;
    text-align: center;
    top: 50%;
	font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}
.pankuzu{
    background: #f8f8f8;
    margin-bottom: 20px;
}
.pankuzu .contents_inner{
    padding: 10px 0px 10px;
}
.breadcrumb-area{
    font-size: 0.8rem;
}
#page　#home_contbox04 {
    padding: 40px 0px 100px;
}
.stext_22819e{
	color:#22819e;
	    transition-duration: 0.6s;
}
.stext_22819e:hover{
	color:#ff635f;
}

/******************************************
新着情報
*******************************************/
#information_wrap h3{
	margin-bottom: 50px;
}
#category_news h3{
	margin-bottom: 50px;
}
.toptitle{
    margin: 60px 0px 10px;
}
.toptitle .flexbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
}
.news_wrap .image_wrap{
    position: relative;
}
.news_day {
    position: absolute;
    height: 26px;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #ffffff;
    color: #353535;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 2px 10px 0px;
}
.news_wrap ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-wrap: wrap;
}
.news_wrap ul li {
    width: 30%;
    margin-bottom: 60px;
    margin: 0px 1.65% 60px 1.65%;
}
.news_wrap .textcontents{
    padding: 10px 0px;
}
.news_wrap .textcontents .title{
    margin-bottom: 10px;
}
.news_wrap .textcontents .news_bottombox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news_wrap .textcontents .news_bottombox ul li{
    width: auto;
    margin: 0;
    font-size: 0.9rem;
    border: solid 1px;
    padding: 2px 10px 0px;
}
.news_wrap .textcontents .news_bottombox .btn{
    border-bottom: 1px solid;
    font-size: 0.9rem;
    padding: 0px 5px;
}
.b_effect {
    overflow: hidden;
}
.b_effect img {
    width: 100%;
    height: 210px;
    object-fit: cover;
font-family: 'object-fit:cover;';
    display: block;
    transition-duration: 0.6s;
}
.b_effect img:hover{
	border-radius: 5px 5px 0px 0px;
    transform: scale(1.1);
    transition-duration: 0.6s;
}
#single_news .ichiran_btn a {
    display: inline-block;
    padding: 7px 15px 3px;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #22819e;
    border-radius: 3px;
    transition: .4s;
    background: #22819e;
}
#single_news .ichiran_btn a:hover{
	color:#22819e;
	background: #fff;
}
#single_news .contents_inner .bottom_btn .flexbox .right_btn a {
    display: inline-block;
    padding: 7px 15px 3px;
    text-decoration: none;
    color: #22819e;
    border: solid 1px #22819e;
    border-radius: 3px;
    transition: .4s;
    background: #ffffff;
}
#single_news .contents_inner .bottom_btn .flexbox .right_btn a:hover{
	color:#ffffff;
	background: #22819e;
}
#single_news .contents_inner .bottom_btn .flexbox .left_btn a {
    display: inline-block;
    padding: 7px 15px 3px;
    text-decoration: none;
    color: #22819e;
    border: solid 1px #22819e;
    border-radius: 3px;
    transition: .4s;
    background: #ffffff;
}
#single_news .contents_inner .bottom_btn .flexbox .left_btn a:hover{
	color:#ffffff;
	background: #22819e;
}
#single_news .contents_inner .bottom_btn .flexbox .left_btn {
    margin-right: 30px;
}
#single_news .contents_inner .bottom_btn .flexbox .right_btn {
    margin-left: 30px;
}
.top_intro_textbox{
    text-align: center;
    padding: 25px 0px 20px 0px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 70%;
    margin: 0 15%;
}
#information_wrap .news_wrap{
    margin-top: 50px;
}
.new7 {
    position: absolute;
    width: 66px;
    height: 26px;
	top: 0;
    z-index: 10;
    background: #ffffff;
    color: #ff5f5f;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
#single_wrap .titlewrap {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 10px 10px;
}
#single_wrap .titlewrap h3{
    border-left: 1px solid;
    padding: 0px 0px 0px 10px;	
}
#single_wrap .cate .cat-information ul li {
    margin-right: 20px;
    border: solid 1px #353535;
    padding: 3px 10px 0px 10px;
}
#single_wrap .cate .day{
    margin-top: 6px;
}
#single_wrap .contentswrap{
    margin-top: 20px;
}
#single_wrap .contentswrap .image{
    margin-top: 20px;
	text-align: center;
}
#single_wrap .contentswrap .contents{
    margin-top: 30px;
    margin-bottom: 60px;
}
.bottom_btn .flexbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
}
.bottom_btn {
    margin: 30px 0px 0px;
}
#single_wrap .cate ul li{
    border: solid 1px;
    padding: 3px 10px 0px;
    font-size: 0.9rem;
    margin-right: 20px;
    display: inline-block;
}
#single_wrap .day{
    font-size: 0.9rem;
    margin-top: 5px;
}

/******************************************
お問い合わせ
*******************************************/
 .contact_intro .top_intro_textbox{
    text-align: center;
    padding: 25px 0px 20px 0px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 70%;
    margin: 0 15%;
}
.contact_attention{
    background: #f8f8f8;
    margin: 50px 0px 30px;
    padding: 40px;
}
.contact_attention .firstbox{
    text-align: center;
    margin-bottom: 40px;
}
.contact_attention .secoundbox{
    background: #ffffff;
    text-align: center;
    padding: 30px 0px;
}
.contact_attention .secoundbox .flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: center;
}
.contact_attention .secoundbox .flexbox .tel{
    margin: 10px 10px 0px;
    font-size: 1.2rem;
}
.contact_attention .secoundbox .flexbox .time{
    margin: 10px 10px 0px;
    font-size: 1.2rem;
}
.contact_intro .note {
    text-align: center;
    font-size: 0.9rem;
    margin: 60px 0px 50px 0px;
}
.must{
    font-size: 0.8rem;
    color: #ff635f;
    margin-left: 20px;
}
.mw_wp_form .error {
    color: #ff635f!important;
}
.contact_table01{
    width: 90%;
    margin: 0 auto;
}
#contact_form_wrap .check{
	color:#63bbd1;
}
#contact_form_wrap .check:hover{
	color:#e89d9d;
}
#contact_form_wrap .form_introbox{
    text-align: center;
    margin: 20px 0px;
}
#contact_form_wrap .innercontactbox {
    margin: 20px 0px;
    background: #FFF4F4;
    padding: 30px;
    text-align: center;
}
#contact_form_wrap .innercontactbox .contact{
	background: #fff;
	padding:20px;
	margin-top: 20px;
}
#contact_form_wrap .thankscontents {
    margin: 20px 0px;
    background: #FFF4F4;
    padding: 30px;
}
#contact_form_wrap .thankscontents .contact{
	background: #fff;
	padding:20px;
	margin-top: 20px;
}
#contact_form_wrap .thankscontents .tit {
    margin: 0px 0px 10px;
    color: #e89d9d;
    font-size: 1.1rem;
    font-weight: bold;
}
#contact_form_wrap .hogo_wrap{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
#contact_form_wrap .innercontactbox .tit {
    margin: 0px 0px 10px;
    color: #e89d9d;
    font-size: 1.1rem;
    font-weight: bold;
}
#contact_form_wrap .kakunin{
	margin:30px 0px;
}
.form_content .form_content {
    margin: 30px 0px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.form_content .contact_table01 {
    width: 90%;
    margin: 0 auto;
}
.form_content .contact_table01 th {
padding: 25px 20px 25px 20px;
    border: none;
    border-bottom: dashed 1px #cccccc;
    text-align: left;
    width: 32%!important;
    background: #fff;
    vertical-align: middle;
}
.form_content .contact_table01 tr:first-child th {
    border-top: none!important;
}
.form_content .contact_table01 td {
padding: 25px 20px 25px 20px;
    border: none;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    width: 68%!important;
}
.form_content .contact_table01 .text1 {
    font-size: 14px;
    padding: 8px;
    width: 100%;
}
.form_content .contact_table01 .text3 {
    font-size: 14px;
    padding: 8px;
    width: 100%;
    border: 1px solid #ddd;
}
.form_content .pre_submit {
    position: relative;
    display: inline-block;
    width: 230px;
    text-decoration: none;
    color: #353535;
    background: none;
    border: solid #353535 1px;
    transition: .4s;
    text-align: center;
    padding: 15px 0px 10px;
    font-size: 0.9rem;
	margin:0px 10px;
}
.form_content .pre_submit:hover {
    color: #ffffff;
    background: #353535;
}
.form_content .pre_submitwrap {
    text-align: center;
    margin: 30px 0px;
}
input[type="submit"]{
-webkit-appearance: none;
}

/******************************************
琉球ガラスができるまで
*******************************************/
.glass_flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-wrap: wrap;
    margin: 60px 0px 30px;
}
.glass_flexbox .glasbox{
    width: 50%;
}
.glass_flexbox .glasbox img{
    object-fit: cover;
font-family: 'object-fit:cover;';
}
.make-ryukyuglas .howto_wrap {
    margin: 80px 0px 80px;
}
.make-ryukyuglas .howto_wrap .imagebox{
    width:50%;
}
.make-ryukyuglas .howto_wrap .textbox {
    width: 50%;
    background: #ffffff;
    padding: 40px 40px 40px;
}
.make-ryukyuglas .howto_wrap .title {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    line-height: 1.1;
    margin-bottom: 20px;
}
.make-ryukyuglas .howto_wrap .title span {
    font-style: italic;
    font-family: Times New Roman,"メイリオ";
    font-size: 52px;
    margin-right: 10px;
}
.make-ryukyuglas .howto_box{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
　　flex-wrap:wrap;
}
.make-ryukyuglas .howto_wrap .pointbox{
    margin: 25px 0px 0px;
}
.make-ryukyuglas .howto_wrap .pointbox .point{
    display: inline-block;
    background: #22819e;
    padding: 3px 10px 0px;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

/******************************************
名工の技 源河源吉
*******************************************/
.genkagenkichi .profile{
    margin-top: 30px;
}
.genkagenkichi .profile .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.genkagenkichi .profile .flexbox .textbox{
    background: #ffffff;
    padding: 30px;
    margin-top: 50px;
    margin-right: -30px;
    z-index: 9999;
}
.genkagenkichi .profile .flexbox .imagebox{
    width: 50%;
}
.genkagenkichi .profile .flexbox .textbox h4{
    font-size: 1.2rem;
    border-bottom: 1px solid;
    padding-left: 10px;
    margin-bottom: 20px;
}
.genkagenkichi .profile .flexbox .textbox table{
    padding:0px 20px;
}
.genkagenkichi .profile .flexbox .imagebox .name{
    font-size: 0.8rem;
    text-align: right;
    margin-top: 5px;
}
.genkagenkichi .for_interview {
    background: url(images/for_interview.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    padding: 0px 0px;
    margin: 40px 0px;
}
.genkagenkichi .for_interview .textbox{
    width: 50%;
    padding: 40px;
}
.genkagenkichi .for_interview .textbox h3{
    margin-bottom: 30px;
}
.genkagenkichi .for_interview .textbox .interview{
    margin-bottom: 30px;
}
.genkagenkichi .sakuhin {
    background: #f8f8f8;
    margin: 60px 0px;
}
.genkagenkichi .sakuhin .flexbox {
    margin: 60px 0px 30px 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.genkagenkichi .sakuhin h3 {
    text-align: center;
    margin-bottom: 30px;
}
.genkagenkichi .sakuhin .sakuhin_sbox{
    width: 26%;
    background: #ffffff;
    padding: 1%;
	margin:0% 1%;
}
.genkagenkichi .glass_flexbox_wrap h3 {
    text-align: center;
    margin-top: 30px;
}
.genkagenkichi .glass_flexbox {
    margin: 30px 0px 30px;
}
.genkagenkichi .media h3{
    text-align: center;
	margin-b:30px;
}
.genkagenkichi .media .media_flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
    margin: 40px 0px;
}
.genkagenkichi .media .media_flexbox .mediabox {
    width: 46%;
    border: solid 1px #cccccc;
    padding: 10px;
    margin: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.genkagenkichi .media .media_flexbox .mediabox .imagebox {
    width: 48%;
}
.genkagenkichi .media .media_flexbox .mediabox .textbox {
    width: 48%;
	text-align: center;
}
.genkagenkichi .media .media_flexbox .mediabox .textbox .day{
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 35px;
}

/******************************************
源河源吉インタビュー
*******************************************/
.genkagenkichi_interview .contents01 .imagebox{
	width: 70%;
	margin-top: 60px;
}
.genkagenkichi_interview .contents01 .textbox01{
    width: 54%;
    background: rgba(255,255,255,0.9);
    margin-top: -200px;
    margin-bottom: 200px;
    position: absolute;
    right: 1%;
    padding: 80px 30px;
}
.genkagenkichi_interview .contents01 .textbox02 {
    margin-top: 60px;
    z-index: 999;
    position: relative;
    width: 90%;
    margin: 60px 5%;
}
.genkagenkichi_interview p{
    margin-bottom: 15px;
}
.genkagenkichi_interview h4{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px 20px 20px 20px;
    display: inline-block;
	text-align: center;
}
.genkagenkichi_interview .contents02 h4{
    margin-bottom: 60px;
    width: 80%;
    margin: 0px auto 60px auto;
    display: inherit;
}
.genkagenkichi_interview .contents03 h4{
    margin-bottom: 60px;
}
.genkagenkichi_interview .contents02 .textbox01{
	width: 50%;
	padding:60px 30px;
}
.genkagenkichi_interview .contents02 .imagebox{
	width: 50%;
}
.genkagenkichi_interview .contents02 .textbox02 {
    margin-top: 40px;
    z-index: 999;
    position: relative;
    width: 90%;
    margin: 40px 5% 60px;
}
.genkagenkichi_interview .contents03{
	margin-bottom: 50px;
}
.genkagenkichi_interview .contents03 .text_wrap {
    width: 50%;
    padding: 60px 40px;
}
.genkagenkichi_interview .contents03 .imagebox{
	width: 50%;
}

/******************************************
琉球ガラス体験
*******************************************/
#taiken .page-header {
    height: 470px;
    background: url("images/taiken_headerbk.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
}
#taikencontent_wrap .aligncenter h3{
    margin-bottom: 50px;
}
#taikencontent_wrap .contentsbox01 .imagebox{
    position: relative;
}
#taikencontent_wrap .contentsbox01 .imagebox .comment01 {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    z-index: 10;
    background: #ffffff;
    line-height: 26px;
    text-align: center;
    padding: 10px 50px;
    right: 0;
}
#taikencontent_wrap .contentsbox01 .comment02{
    background: #ffffff;
    display: block;
    margin-top: -30px;
    z-index: 99999;
    position: absolute;
    padding: 10px 50px;
	margin-bottom: 40px;
}
#taikencontent_wrap .contentsbox01 .comment02 .stext{
    font-size: 0.9rem;
}
#taikencontent_wrap .contentsbox01 .textbox {
    position: relative;
    padding: 3.25em 1em;
    margin: 60px 7% 0px;
    text-align: center;
}
#taikencontent_wrap .contentsbox01 .textbox:before,#taikencontent_wrap .contentsbox01 .textbox:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#taikencontent_wrap .contentsbox01 .textbox:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
#taikencontent_wrap .contentsbox01 .textbox:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
#taikencontent_wrap .contentsbox02 .contents_inner{
	padding-top:30px;
}
#taikencontent_wrap .contentsbox02 .comment03{
    background: #ffffff;
    display: block;
    margin-top: -30px;
	z-index: 9999;
    position: absolute;
    padding: 10px 50px;
	margin-bottom: 40px;	
}
#taikencontent_wrap .contentsbox03 {
    background: #f8f8f8;
    padding-bottom: 10%;
}
#taikencontent_wrap .contentsbox03 .textbox {
    background: url(images/textbk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 60px 0px;
    font-size: 1.2rem;
	margin-top: 60px;
}
#taikencontent_wrap .contentsbox03 .flexbox {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 30px;
}
#taikencontent_wrap .contentsbox03 .colorbox .flexbox{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: center;
    margin-top: 30px;
}
#taikencontent_wrap .contentsbox03 .flexbox .imagebox .title {
    font-size: 1.3rem;
}
#taikencontent_wrap .contentsbox03 .flexbox .imagebox img {
    width: 180px;
    height: 180px;
    object-fit: contain;
font-family: 'object-fit:contain;';
    margin: 20px 0px;
}
#taikencontent_wrap .contentsbox03 .flexbox .imagebox {
    width: 30%;
    background: #ffffff;
    text-align: center;
    padding: 4%;
    margin: 20px 0px;
}
#taikencontent_wrap .contentsbox03 .contents02 .imagebox {
    width: 75%;
    margin-top: 30px;
}
#taikencontent_wrap .contentsbox03 .contents02 .colorbox {
    background: #fff;
    padding: 3% 5%;
    margin-top: -100px;
    z-index: 99999;
    position: absolute;
    right: 0;
    margin-right: 6%;
    width: 43%;
}
#taikencontent_wrap .contentsbox03 .colorbox .flexbox {
    margin-top: 0px;
}
.color01{
    border: 1px solid #2c5ce5;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #2c5ce5;
    margin: 5px 5px;
}
.color02{
    border: 1px solid #54c7e2;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #54c7e2;
    margin: 5px 5px;
}
.color03{
    border: 1px solid #179617;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #179617;
    margin: 5px 5px;
}
.color04{
    border: 1px solid #a463ce;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #a463ce;
    margin: 5px 5px;
}
.color05{
    border: 1px solid #e5db65;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #e5db65;
    margin: 5px 5px;
}
.color06{
    border: 1px solid #544825;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #544825;
    margin: 5px 5px;
}
.color07 {
    border: 1px solid #f181f7;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #f181f7;
    font-size: 0.8rem;
    letter-spacing: -2px;
    margin: 5px 5px;
}
.color08 {
    border: 1px solid #a80707;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 14px;
    color: #a80707;
    font-size: 0.8rem;
    letter-spacing: -3px;
    padding-top: 12px;
margin: 5px 5px;
}
.color09{
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #d3d3d3;
    margin: 5px 5px;
}
.color10{
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #c1c1c1;
    margin: 5px 5px;
}
#taikencontent_wrap .contentsbox04 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox {
    width: 46%;
	margin-bottom: 30px;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox .imagebox {
    position: relative;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox .imagebox .howto_number {
    position: absolute;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox .imagebox .howto_number .number{
    border: solid 1px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox .textbox{
    margin: 10px;
}
.mark_line {
	position: relative;
	padding-left: 25px;
}
.mark_line:before {
    position: absolute;
    content: '';
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 40px transparent;
    border-bottom: solid 20px;
}
.mark_line:after {
    position: absolute;
    content: '';
    bottom: -4px;
    right: 10px;
    width: 99%;
    border-bottom: solid 1px;
}

/******************************************
ページ送り
*******************************************/
.pagenavi{
    text-align: center;
}	
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #22819e;
    padding: 5px 8px;
    margin: 3px;
    border-radius: 3px;
    background: #22819e;
    color: #fff;
}
.wp-pagenavi span.current {
    border: solid 1px #22819e;
    background: #fff;
    color: #22819e;
}

/******************************************
スライダー
*******************************************/
.slick-slide{
    height:auto;
}
.slider{
    width: 100%;
    margin: 0 auto;
}
ul.slider {
    margin: 50px 0px;
    padding: 0;
    list-style: none;
}
.slider img {
    height: 260px;
    width: 260px;
    object-fit: cover;
font-family: 'object-fit:cover;';
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #fff;
}
.slider li{
text-align:center;
position:relative;
margin:5px;
}
.slick-next {
    right: 25px;
	z-index: 999;
}
.slick-prev {
    left: 25px;
	z-index: 999;
}

/******************************************
社長インタビュー
*******************************************/
.ceo-interview .ceo-for_interview .textbox {
    width: 100%;
    padding: 40px;
}

.ceo-interview .ceo-for_interview .ceo_int-text {
	font-weight: bold;
}
/*
.ceo-interview .ceo-for_interview h4{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px 20px 20px 20px;
    display: block;
    text-align: center;
}
.ceo-interview .ceo-for_interview h4{
    margin-bottom: 60px;
    width: 80%;
    margin: 0px auto 60px auto;
    display: inherit;
}
.ceo-interview .ceo-for_interview h4{
    margin-bottom: 60px;
}
*/






/******************************************
会社案内
*******************************************/
.company_box {
  position: relative;
  display: block;
}
.company_box .company_tbl {
  margin: 0 auto 50px;
  width: 80%;
}
/*div#single_wrap div.company div.contents_inner div.company_box table.company_tbl tbody tr td {
    border-bottom: dashed 1px #ccc;
    padding: 10px 10px 5px 10px;
}
*/
div.company_box table.company_tbl tbody tr td {
    border-bottom: dashed 1px #ccc;
    padding: 10px 10px 5px 10px;
}

.company .for_interview {
    background: url(images/for_ceo-interview.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
    padding: 0px 0px;
    margin: 40px 0px;
}
.company .for_interview .textbox{
    width: 50%;
    padding: 40px;
}
.company .for_interview .textbox h3{
    margin-bottom: 30px;
}
.company .for_interview .textbox .interview{
    margin-bottom: 30px;
}

/******************************************
島袋社長インタビュー
*******************************************/
body.page-id-31 div#single_wrap article#post-31 div.post-thumbnail {
  display: none;
}
.ceo-interview #ceo-interview-mv img {
  max-width: 780px;
}
.ceo-interview .flexbox .textbox01 {
    width: 50%;
    padding: 60px 30px;
}
.ceo-interview .flexbox .imagebox {
    width: 50%;
    padding: 60px 0;
}
.ceo-interview #ceo-interview-btm img {
  max-width: 780px;
}

/******************************************
源河源吉琉球ガラス工房のご案内
*******************************************/
.koubou_box .google-indoorview {
  margin: 50px auto;
}

.cta_box {
  text-align: center;
  padding: 30px;
  margin: 50px auto;
}
.cta_box .inner {
    padding: 60px;
}
.cta_box .inner .sbox01 {
    width: 50%;
    text-align: center;
}
.cta_box .inner .sbox02 {
    width: 50%;
}
.cta_box .inner .sbox01 .logo {
    margin: 15px 0px;
}
.cta_box .inner .sbox01 .contact {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    border-top: 1px solid #ccc;
    padding: 15px 0px;
    margin-top: 15px;
}
.cta_box .inner .sbox01 .tel {
    font-size: 1.7rem;
}
.cta_box .inner .sbox02 table td {
    border-bottom: dashed 1px #ccc;
    padding: 10px 10px 5px 10px;
    text-align: left;
}

@media screen and (max-width: 680px) {
  .cta_box .flexbox {
      display: block;
  }
  .cta_box .inner {
      padding: 0;
  }
  .cta_box .flexbox .sbox01 {
      display: block;
      width: 100%;
      margin-right: 0px;
      text-align: center;
  }
  .cta_box .flexbox .sbox02 {
      display: block;
      width: 100%;
      margin-left: 0px;
      text-align: center;
      margin-top: 20px;
  }
}

/******************************************
404ページ
*******************************************/
#errorpage .ichiran_btn a {
    display: inline-block;
    padding: 7px 15px 3px;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #22819e;
    border-radius: 3px;
    transition: .4s;
    background: #22819e;
}
#errorpage .ichiran_btn a:hover {
    color: #22819e;
    background: #ffffff;
}
#errorpage .textbox {
    margin-bottom: 30px;
}

/******************************************
footer
*******************************************/
.footer_companyinfo{
    background: url("images/footer_companyinfo_bk.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
    padding: 100px 0px;
}
.footer_companyinfo .inner{
    background-color: rgba(255,255,255,0.8);
    padding: 60px;
}
.footer_companyinfo .inner .sbox01{
    width:50%;
	text-align: center;
}
.footer_companyinfo .inner .sbox01 .logo{
    margin: 15px 0px;
}
.footer_companyinfo .inner .sbox01 .contact{
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding: 15px 0px;
	margin-top: 15px;
}
.footer_companyinfo .inner .sbox01 .tel{
    font-size: 1.7rem;
}
.footer_companyinfo .inner .sbox02{
    width:50%;
}
.footer_companyinfo .inner .sbox02 table td {
    border-bottom: dashed 1px #ccc;
    padding: 10px 10px 5px 10px;
}
.footer_menu_wrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 40px;
}
.footer_menu_wrap .menu ul li a{
    font-size: 0.9rem;
}
.copyright {
    text-align: center;
    font-size: 0.7rem;
    padding: 15px 0px;
}
iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
iframe:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
body.page-id-238 article#post-238 div.koubou div.contents_inner div.koubou_box div.google-indoorview iframe {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*******************
totop
********************/
.pagetop {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 9999;
}
.pagetop a {
    display: block;
    background: #ffffff;
    text-align: center;
    color: #353535;
    font-size: 18px;
    text-decoration: none;
    filter: alpha(opacity=50);
    width: 44px;
    height: 44px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    line-height: 43px;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#wrapper .pagetop a:hover {
    display: block;
    background-color: #353535;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    filter:alpha(opacity=50);
}

/******************************************
レスポンシブ
*******************************************/

@media only screen and (max-width: 1340px) {
#global-nav ul li {
    padding: 0px 10px 0px;
}
#global-nav ul {
    margin-left: 220px;
}
}
@media only screen and (max-width: 1200px) {
#global-nav ul li a {
    font-size: 13px;
	}
.inner {
    width: 96%;
    margin: 0 auto;
}
.contents_inner {
    width: 96%;
    margin: 0px auto;
}
.header_contents_inner {
    width: 96%;
    margin: 0px auto;
}
#global-nav ul li {
    padding: 0px 7px 0px;
}
#global-nav .tel span {
    font-size: 0.8rem;
}
#global-nav .tel {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 6px;
}
}
@media only screen and (max-width: 1100px) {
#global-nav ul li a {
    font-size: 12px;
    letter-spacing: -1px;
}
#global-nav .icon a {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
#home_contbox04 .contact .time {
    font-size: 1.1em;
}
#home_contbox04 .contact .tel {
    font-size: 1.1em;
    margin-right: 10px;
}
#home_contbox04 .flexbox .textbox {
    padding: 60px 60px;
}
.make-ryukyuglas .howto_wrap .textbox {
    padding: 20px 30px 0px;
}
#home_contbox03 .box01 {
    width: 30%;
}
#home_contbox03 .box02 {
    width: 30%;
}
#home_contbox03 .box03 {
    width: 30%;
}
}
@media screen and (max-width: 980px) {
#global-nav ul li {
    padding: 0px 6px 0px;
}
#global-nav ul {
    margin-left: 210px;
}
#home_contbox03 h4 {
    width: 72%;
	}
}
@media only screen and (max-width: 960px) {
#global-nav ul {
    margin-left: 0px;
}
#mobile-head .otoiawaseboxwrap {
    right: 10%;
    position: absolute;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    float: right;
    margin-top: 6px;
}
#mobile-head .otoiawasebox a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 1px;
    border-radius: 40px;
    display: block;
}
.menuwrap .otoiawaseboxwrap.pc_cont{
		display: none;
	}
.sp_cont{
		display: block;
	}
.pc_logo{
    display: none;
}
.menuwrap .otoiawaseboxwrap {
    right: 0%;
}
.menuwrap ul .stit {
    margin-top: 0px;
}
#global-nav ul {
    display: block;
	}
#global-nav ul li {
    float: left;
    padding: 10px 13px;
    text-align: center;
}
#global-nav ul .first_child {
    padding: 10px 13px 10px 0px;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 13px;
}
#header.fixed #global-nav ul li {
    float: left;
    text-align: center;
}
nav.is-fixed #global-nav ul .secondmenu {
    padding: 15px 10px 13px 10px;
	}
#global-nav ul li {
    float: left;
    padding: 10px 10px;
    text-align: center;
}
#global-nav ul .first_child {
    padding: 10px 10px 10px 0px;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 10px;
}
/* メニュー（ヘッダー） */
	.pc_slogo{
		display: none;
	}
.headertop {
    height: 0px;
}
#header .container {
    width: 100%;
    margin: 0px auto;
}
	#header .top-box{
		display:none;
	}
	nav.is-fixed{
	    border-bottom:none!important;
	}
 #header .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#header-fixed .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
    #header {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 100000;
    }
    /* Fixed reset */
    nav.is-fixed {
        padding-top: 0;
        background: transparent;
    }
#mobile-head {
    background: #ffffff;
    width: 100%;
    padding: 5px 5px 5px 5px;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    height: 60px;
}
.searchfield {
    border: solid 1px #40a631;
}
#global-nav .searchbox {
    margin-top: 15px;
    padding-bottom: 10px;
}
nav.is-fixed #global-nav .searchbox {
    margin-top: 15px;
}
   nav.is-fixed .logo,
    #header .logo {
    display: none;
    }
	#header .tcontact{
		display: none;
	}
#header .slogo {
    display: block;
    width: 160px;
}
nav.is-fixed .menu {
    height: 56px;
    padding: 0px 0px;
}
nav.is-fixed #global-nav ul li {
    float: left;
    padding: 0px 10px;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #header .logo2{
	    display: none;
    }
    #global-nav ul .first_child {
        padding: 10px 0px 10px 0px;
    }
	#global-nav ul .last_child {
        padding: 10px 0px 10px 0px;
    }
	#header.fixed .logo2 {
    display: none;
	}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        color:#40A631;
    }
nav.is-fixed #global-nav ul li {
    float: none;
	}
#header #global-nav ul li {
    padding: 0px 6px;
    text-align: center;
    font-size: 14px;
}
nav.is-fixed #global-nav ul {
    margin-left: 0px;
    float: none;
    padding-top: 2px;
}
#header #global-nav ul li a, nav.is-fixed #global-nav ul li a {
    width: 100%;
    display: block;
    /* color: #40A631; */
    padding: 15px 0 10px;
    border-bottom: dashed 1px #cccccc;
}
#global-nav .tel {
    margin-bottom: 14px;
}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	nav.is-fixed .pc_slogo{
		display: none;
	}
#global-nav {
    display: block;
}
nav.is-fixed #global-nav ul {
    display: block;
    padding-top: 20px;
}
.top_slidebottom{
    position: absolute;
    width: 100%;
    min-width: 0px;
	}
.slidebottom {
    position: absolute;
    width: 100%;
    min-width: 0px;
	}
.bx-viewport {
    height: auto !important;
}
	
/***********************************
トップページ
************************************/
#contentbox2 .s-box {
    background: rgba(255,255,255,0.9);
    padding: 1% 2%;
    margin: 0 3%;
}
#contentbox2 .box {
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}
	.facebook iframe{
		width: 100%;
	}
#home_contbox04 .flexbox {
    display: block;
    justify-content: center;
}
#home_contbox04 .flexbox .textbox {
    padding: 30px 30px;
    width: 100%;
}
#home_contbox04 .flexbox .textbox {
    padding: 0px 30px 30px 30px;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
}
#home_contbox04 .flexbox .imagebox{
    width: 100%;
    text-align: center;
}
#home_contbox06 .flexbox .imagebox .title {
    font-size: 1.1rem;
}
#mobile-head .otoiawasebox a {
    margin: 0px 5px;
}
/***********************************
フッター
************************************/
}
@media screen and (max-width: 880px) {
.make-ryukyuglas .howto_wrap .textbox {
    padding: 10px 20px 10px;
}
.make-ryukyuglas .howto_wrap .imagebox img{
    height: 40vh;
    object-fit: cover;
font-family: 'object-fit:cover;';
}
#home_contbox01 .contents_inner {
    width: 86%;
    margin: 0px auto;
}
#global-nav ul li a::after {
  display: none;
}
#global-nav ul .stit a:hover::after {
  transform: none;
}
#global-nav ul .pc_logo a:hover::after {
    transform: none;
}
.footer_menu_wrap {
    margin: 40px 20px;
}
.footer_menu_wrap .menu {
    position: relative;
    margin-bottom: 0px;
    width: 22%;
}
}
@media screen and (max-width: 680px) {
.page-header {
    height: 35vh;
margin-top: 60px;
	}
#full_screen .box_text01{
    padding: 20px;
	}
#full_screen h2{
    text-align: center;
    font-size: 1.9rem;
}
.site-header .inner table .box1 {
    font-size: 1rem;
}
.site-header .inner table .box2 {
    font-size: 0.9rem;
	    display: none;
}
.site-header .inner table .box3 {
    font-size: 0.8rem;
    background-size: contain;
}
.site-header {
    background: #ffffff;
    padding: 5px 0px 0px;
	}
.flexbox {
    display: block;
}
.inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.inner2 {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
#global-nav ul li {
    padding: 10px 13px;
    text-align: center;
}
#global-nav ul .first_child {
    padding: 10px 20px 10px 0px;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 20px;
}
nav.is-fixed #global-nav ul .secondmenu {
    padding: 15px 15px 13px 15px;
}
#contentbox3 .flexbox{
    display: block;
}
#contentbox3 .topbox .leftbox {
    width: 100%;
}
.bx-wrapper img {
    width: 100%!important;
}
#contentbox3 .imgtitlewrap{
    text-align: center;
	}
#contentbox3 .bottombox{
    text-align: center;
}
#contentbox3 .bottombox .sbox{
    margin:5px 0px;
}
#contentbox4 .flexbox{
    display: block;
}
#contentbox4 .facebook {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
}
#contentbox4 .linkbtn_wrap {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.footer_otoiawase .flexbox {
    display: block;
}
.footer_otoiawase .leftbox {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-top: 6px;
    margin-bottom: 20px;
}
.footer_otoiawase {
    display: block;
}
.footer_otoiawase .rightbox {
    width: 100%;
}
.footermenu ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    flex-wrap: wrap;
}
.footermenu ul li {
    color: #312921;
    font-weight: bold;
    width: 50%;
}
#contentbox4 .facebook {
    width: 100%;
	max-width: 430px;
}
.footer_menu_wrap {
    display: block;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 0px 0px;
}
#home_contbox05 .home_taiken01 {
    width: 100%;
}
#home_contbox05 .home_taiken01 .imagebox {
    width: 100%;
}
#home_contbox05 .home_taiken01 .textbox{
    padding: 20px;
    margin-left: 0%;
    margin-top: 0px;
    width: 100%;
}
#home_contbox05 .home_taiken02 {
    width: 100%;
    margin-top: 180px;
}
.home_contbox05_bottom {
    margin-top: 140px;
    text-align: center;
    margin-bottom: 60px;
}
#home_contbox05 .home_taiken02 .imagebox {
    width: 100%;
}
#home_contbox05 .home_taiken02 .textbox{
    padding: 20px;
    margin-left: 0%;
    margin-top: 0px;
    width: 100%;
}
#home_contbox06 .flexbox .imagebox {
    width: 94%;
    margin: 20px auto;
}
.footer_companyinfo .inner .sbox01 {
    width: 100%;
    text-align: center;
}
.footer_companyinfo .inner .sbox02 {
    width: 100%;
}
.footer_companyinfo .inner {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.footer_companyinfo {
    padding: 30px 20px;
}
.slick-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
font-family: 'object-fit:cover;';
}
#home_contbox01 {
    padding: 0px 0% 30px 0px;
    background: #f8f8f8;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
#home_contbox01 .contents_inner {
    width: 96%;
    margin: 0px auto;
}
#home_contbox01 .home_news ul li {
    padding: 10px 10px 5px;
    font-size: 0.9rem;
    display: block;
}
#home_contbox01 .btnwrap {
    text-align: center;
    margin: 0px 0px 10px;
}
#home_contbox01 .cate ul li {
    display: inline-block;
    padding: 2px 10px 0px;
    margin: 5px 0px;
    font-size: 0.7rem;
}
#home_contbox02 .contents_inner .sbox {
    width: 48%;
}
#home_contbox02 .contents_inner .flexbox {
    margin: 30px 0px;
}
#home_contbox03 {
    padding: 40px 0px 0px;
}
#home_contbox03 .flexbox {
    display: block;
}
#home_contbox03 .box01 {
    width: 96%;
    margin: 0 auto 10px;
}
#home_contbox03 .box02 {
    width: 96%;
    margin: 0 auto 10px;
}
#home_contbox03 .box03 {
    width: 96%;
    margin: 0 auto;
}
#home_contbox04 h3{
		text-align: center;
	}
#home_contbox05 {
    padding: 40px 0px;
}
#home_contbox08 .flexbox {
    display: block;
}
#home_contbox08 .box01 p {
    border-left: none;
    padding-left: 10px;
    font-size: 1.1rem;
    border-bottom: 1px solid #353535;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}
#home_contbox08 .box01 .tel {
    font-size: 1.1rem;
    margin-right: 0px;
}
#home_contbox08 .flexbox .box02 {
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
}
#home_contbox08 .flexbox .box01 {
    margin-right: 0px;
    text-align: center;
}
#home_contbox09 .outside_flexbox {
    display: block;
    justify-content: center;
}
#home_contbox09 .s_boxwrap02 {
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
}
#home_contbox09 .s_boxwrap01 {
    margin-right: 0px;
    text-align: center;
}
#home_contbox09 .s_boxwrap01 .s_box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
}
	
/****** お問い合わせページ	******/	
.form_content .contact_table01 {
    margin: 0 0px;
    width: 100%;
}
.form_content .contact_table01 th {
    border-bottom: none!important;
    padding-bottom: 0px!important;
}
.form_content .contact_table01 th, .contact_table01 td {
    width: 100%!important;
    display: block;
    border-top: none!important;
}
.form_content .contact_table01 td {
    width: 100%!important;
    padding: 10px;
}
.form_content .contact_table01 th {
    padding: 10px;
	}
.form_content .pre_submitwrap {
    text-align: center;
    margin: 0px 0px 15px;
}
.form_content .pre_submit {
    padding: 12px 23px 8px;
    font-size: 0.9rem;
    margin-top: 20px;
}
.form_content .contact_table01 .text1 {
    border: solid 1px #ccc;
}
#contact_form_wrap .contents_inner {
    padding: 0px 0px 0px;
}
#contact_form_wrap .innercontactbox {
    padding: 15px;
}
#contact_form_wrap .innercontactbox {
    padding: 15px;
    margin: 10px 0px;
}
#contact_form_wrap .innercontactbox .contact {
    padding: 15px;
}
#contact_form_wrap .hogo_wrap {
    margin-bottom: 0px;
}
#contact_form_wrap .thankscontents {
    padding: 15px;
}
#contact_form_wrap .thankscontents {
    padding: 15px;
    margin: 10px 0px;
}
#contact_form_wrap .thankscontents .contact {
    padding: 15px;
}
.contact_intro .top_intro_textbox {
    width: 90%;
    margin: 20px 5% 40px;
}
.contact_attention {
    background: #f8f8f8;
    margin: 50px 0px 30px;
    padding: 40px 20px;
}
.top_intro_textbox {
    width: 90%;
    margin: 0 5%;
}
.news_wrap ul li {
    width: 48%;
    /* margin-bottom: 60px; */
    margin: 0 auto 30px;
}
.make-ryukyuglas .howto_box{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-direction: column;
}
.order1{
  order:1;
}
.order2{
  order:2;
}
.make-ryukyuglas .howto_wrap .imagebox {
    width: 100%;
}
.make-ryukyuglas .howto_wrap .textbox {
    width: 100%;
    background: #ffffff;
    padding: 20px 20px 20px;
}
.make-ryukyuglas .howto_wrap .imagebox img {
    height: auto;
}
.genkagenkichi .profile .flexbox .textbox table {
    padding: 0px 20px;
    font-size: 0.9rem;
}
.genkagenkichi .profile .flexbox .textbox {
    background: #ffffff;
    padding: 10px 20px;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 999;
    font-size: 0.9rem;
}
.genkagenkichi .profile .flexbox .imagebox {
    width: 94%;
    margin: 0 auto;
}
.genkagenkichi .profile .flexbox .textbox table .wid20{
    width: 20%;
}
.genkagenkichi .for_interview .textbox {
    width: 100%;
    padding: 40px;
}
.genkagenkichi .for_interview .textbox h3 {
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-align: right;
}
.genkagenkichi .for_interview .textbox .interview {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin-bottom: 10px;
}
.genkagenkichi .for_interview .btnwrap{
    text-align: right;
}
.genkagenkichi .sakuhin .flexbox {
    display: flex;
}
.genkagenkichi_interview .contents01 .textbox01 {
    width: 94%;
    background: rgba(255,255,255,0.9);
    margin-top: 0px;
    margin-bottom: 0px;
	margin:0 auto;
    position: relative;
    right: 0%;
    padding: 30px 0px;
}
.genkagenkichi_interview h4 {
    display: block;
}
.genkagenkichi_interview .contents01 .imagebox {
    width: 94%;
	margin:0 auto;
}
.genkagenkichi_interview .contents01 .textbox02 {
    margin-top: 0px;
    z-index: 999;
    position: initial;
    width: 94%;
    margin: 0px auto 40px;
}
.genkagenkichi_interview .contents02 h4 {
    margin-bottom: 0px;
    width: 94%;
    margin: 0px auto 0px auto;
    display: inherit;
}
.genkagenkichi_interview .contents02 .textbox01 {
    width: 94%;
    padding: 30px 0px;
    margin: 0 auto;
}
.genkagenkichi_interview .contents02 .imagebox {
    width: 94%;
    margin: 0 auto;
}
.genkagenkichi_interview .contents02 .textbox02 {
    margin-top: 40px;
    z-index: 999;
    position: relative;
    width: 94%;
    margin: 30px auto 40px;
}
.genkagenkichi_interview .contents03 .imagebox {
    width: 94%;
    margin: 0 auto;
}
.genkagenkichi_interview .contents03 .text_wrap {
    width: 94%;
    padding: 30px 0px;
    margin: 0 auto;
}
.genkagenkichi_interview .contents03 h4 {
    margin-bottom: 30px;
}
#taiken .page-header {
    height: 35vh!important;
    margin-top: 60px;
}
#taikencontent_wrap .contentsbox01 .comment02 {
    position: relative;
	}
#taikencontent_wrap .contentsbox01 .textbox {
    margin: 0px 7% 0px;
}
#taikencontent_wrap .contentsbox03 .flexbox {
    display: block;
}
#taikencontent_wrap .contentsbox03 .flexbox .imagebox {
    width: 100%;
	}
#taikencontent_wrap .contentsbox03 .contents02 .imagebox {
    width: 100%;
    margin-top: 30px;
}
#taikencontent_wrap .contentsbox03 .contents02 .colorbox {
    background: #fff;
    padding: 20px 40px;
    margin-top: 3%;
    z-index: 99999;
    position: relative;
    right: 0;
    margin-right: 3%;
    width: 94%;
    margin-left: 3%;
}
#taikencontent_wrap .contentsbox03 .colorbox .flexbox {
    margin-top: 0px;
    display: flex;
justify-content: center;
}
#taikencontent_wrap .contentsbox04{
    padding-top: 40px;
}
#taikencontent_wrap .contentsbox02 .comment03 .flexbox{
	display: flex;
	}
/* 会社案内 */
.company .for_interview {
    background: url(images/for_ceo-interview.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
    padding: 0px 0px;
    margin: 40px 0px;
}
.company .for_interview .textbox {
    width: 100%;
    padding: 40px;
}
.company .for_interview .textbox h3 {
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-align: right;
}
.company .for_interview .textbox .interview {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  margin-bottom: 10px;
}
.company .for_interview .btnwrap{
    text-align: right;
  }
/* 島袋社長インタビュー */
body.page-id-31 div#single_wrap article#post-31 div.post-thumbnail {
  display: none;
}
.ceo-interview #ceo-interview-mv {
    max-width: 100%;
  }
.ceo-interview #ceo-interview-mv img {
    max-width: 100%;
  }
.ceo-interview .ceo-for_interview h3 {
    margin-top: 1em;
  }
.ceo-interview .ceo-for_interview .textbox {
    width: 100%;
    padding: 30px 0;
  }
.ceo-interview .ceo-for_interview .textbox p {
    margin-bottom: 15px;
  }
.ceo-interview .imagebox {
    width: 94%;
    margin: 0 auto;
  }
.ceo-interview .ceo-for_interview .textbox01 {
    width: 94%;
    padding: 30px 0px;
    margin: 0 auto;
}
.ceo-interview .ceo-for_interview .imagebox {
    width: 94%;
    margin: 0 auto;
}
.ceo-interview #ceo-interview-btm {
    max-width: 100%;
  }
.ceo-interview #ceo-interview-btm img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 530px){
.genkagenkichi .profile .flexbox {
    display: block;
}
.genkagenkichi .profile .flexbox .imagebox{
    text-align: center;
}
.genkagenkichi .profile .flexbox .imagebox .name {
    text-align: center;
}
.genkagenkichi .for_interview .textbox {
    width: 100%;
    padding: 40px;
    text-align: center;
}
.genkagenkichi .sakuhin .sakuhin_sbox {
    width: 60%;
    background: #ffffff;
    padding: 2%;
    margin: 0% auto 3%;
}
.genkagenkichi .media .media_flexbox {
    display: block;
	}
.genkagenkichi .media .media_flexbox .mediabox {
    width: 100%;
    border: solid 1px #cccccc;
    padding: 10px;
    margin: 3% 0%;
	}
.genkagenkichi .sakuhin .flexbox {
    display: block;
}
.genkagenkichi .sakuhin h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
	}
@media only screen and (max-width: 480px){
.contents_inner {
    width: 94%;
    margin: 0px auto;
    padding: 20px 0px 40px;
}
.header_contents_inner {
    width: 94%;
    margin: 0px auto;
    padding: 20px 0px 0px;
}
.site-header .inner table .box3 {
    font-size: 0.9rem;
    width: 160px;
    padding: 0px 0px 10px 10px;
}
body{
		font-size: 0.9rem;
	}
h3 {
    font-family: "ten-mincho", serif;
    font-feature-settings: "ss02";
    font-size: 1.3rem;
}
.full_screen .box_text01 h2 {
    text-align: center;
    font-size: 1.4rem;
    padding: 0px 8%;
}
.full_screen .box .btnflex {
    display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#slidewrap .bottomimg {
    margin-top: -20px;
}
footer .bottombtnwrap {
    display: block;
}
footer .bottombtnwrap .sbox {
    width: 100%;
    text-align: center;
}
.footer_otoiawase .leftbox .phone {
    font-size: 1.6rem;
	}
#contentbox1 h1 {
    font-size: 1.6rem;
    color: #16ac32;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 50px;
    font-weight: bold;
}
#home_contbox02 .contents_inner .flexbox {
    justify-content: center;
    margin: 30px;
    display: block;
}
#home_contbox02 .contents_inner .sbox {
    width: 96%;
    margin: 10px auto;
}
#home_contbox04 h3 {
    text-align: center;
    margin-bottom: 30px;
}
#home_contbox04 .contact .flexbox {
    display: block;
    text-align: center;
}
#home_contbox04 .contact p{
    margin: 20px 0px 10px;
    border-bottom: solid 1px;
}
#home_contbox05 {
    padding: 20px 0px;
}
#home_contbox05 h3 {
    text-align: center;
    margin-bottom: 30px;
}
#home_contbox06 .contents_inner {
    padding: 30px 0px 30px;
}
#home_contbox06 .flexbox .imagebox img {
    margin: 0px 0px;
}
#home_contbox07 {
    padding: 30px 0px;
}
#home_contbox08 {
    padding: 40px 10px;
}
#home_contbox09 {
    background: #f8f8f8;
    padding: 30px;
}
#home_contbox09 h3 {
    text-align: center;
    margin-bottom: 20px;
}
#home_contbox09 .s_boxwrap01 .s_box .image {
    width: 100px;
    margin: 0 auto;
}
#home_contbox09 .s_boxwrap01 .s_box {
    display: block;
}
#home_contbox09 .s_boxwrap01 .s_box .name {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 12px;
}
#home_contbox09 .s_boxwrap01 .s_box .tel {
    font-size: 1.1rem;
    margin-right: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 16%;
}
#mobile-head .otoiawasebox a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    margin: 0px 5px;
}
#mobile-head .otoiawaseboxwrap {
    right: 13%;
    margin-top: 8px;
}
.site-header .inner table .box1 {
    font-size: 0.9rem;
    letter-spacing: 0;
}
.contact_attention .secoundbox .flexbox {
    display: block;
    justify-content: center;
}
ul.slider {
    margin: 30px 0px;
    padding: 0;
    list-style: none;
	}
.contact_attention .firstbox {
    margin-bottom: 20px;
}
.news_wrap ul {
    display: block;
    flex-wrap: wrap;
}
.news_wrap ul li {
    width: 96%;
    /* margin-bottom: 60px; */
    margin: 0 auto 30px;
}
.b_effect img {
    width: 100%;
    height: 240px;
    object-fit: cover;
font-family: 'object-fit:cover;';
    display: block;
    transition-duration: 0.6s;
}
.toptitle {
    margin: 30px 0px 10px;
}
#information_wrap h3 {
    margin-bottom: 30px;
}
#category_news h3 {
    margin-bottom: 30px;
}
.top_intro_textbox {
    text-align: center;
    padding: 20px 0px 15px 0px;
	}
.bottom_btn .flexbox {
    display: block;
    justify-content: center;
    text-align: center;
}
#single_news .contents_inner .bottom_btn .flexbox .left_btn {
    margin-right: 0px;
    margin-bottom: 10px;
}
#single_news .contents_inner .bottom_btn .flexbox .right_btn {
    margin-left: 0px;
    margin-top: 10px;
}
#taikencontent_wrap .contentsbox04 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#taikencontent_wrap .contentsbox04 .flexbox .sbox {
    width: 100%;
    margin-bottom: 30px;
}
.menu {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
}
@media only screen and (max-width: 380px){
#mobile-head .otoiawasebox {
    margin-right: 0px;
}
}


/*-----------------------------------------------------
common properties
-----------------------------------------------------*/
.clear {clear:both;}

.clearfix:after { content: ''; display: block; clear: both; }
.clearfix { zoom: 1; /* for IE6/7 */ }

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mt-10 {margin-top:-10px !important;}
.mt-20 {margin-top:-20px !important;}
.mt-30 {margin-top:-30px !important;}
.mt-40 {margin-top:-40px !important;}
.mt-50 {margin-top:-50px !important;}
.mb-10 {margin-bottom:-10px !important;}
.mb-20 {margin-bottom:-20px !important;}
.mb-30 {margin-bottom:-30px !important;}
.mb-40 {margin-bottom:-40px !important;}
.mb-50 {margin-bottom:-50px !important;}
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pb25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}

.mt1em {margin-top:1em !important;}
.mt2em {margin-top:2em !important;}
.mt3em {margin-top:3em !important;}
.mt4em {margin-top:4em !important;}
.mt5em {margin-top:5em !important;}
.mb1em {margin-bottom:1em !important;}
.mb2em {margin-bottom:2em !important;}
.mb3em {margin-bottom:3em !important;}
.mb4em {margin-bottom:4em !important;}
.mb5em {margin-bottom:5em !important;}
.ml1em {margin-left:1em !important;}
.ml2em {margin-left:2em !important;}
.ml3em {margin-left:3em !important;}
.mr1em {margin-right:1em !important;}
.mr2em {margin-right:2em !important;}
.mr3em {margin-right:3em !important;}

.txt10 { font-size:10px !important; }
.txt11 { font-size:11px !important; }
.txt12 { font-size:12px !important; }
.txt13 { font-size:13px !important; }
.txt14 { font-size:14px !important; }
.txt15 { font-size:15px !important; }
.txt16 { font-size:16px !important; }
.txt17 { font-size:17px !important; }
.txt18 { font-size:18px !important; }
.txt19 { font-size:19px !important; }
.txt20 { font-size:20px !important; }
.txt21 { font-size:21px !important; }
.txt22 { font-size:22px !important; }
.txt23 { font-size:23px !important; }
.txt24 { font-size:24px !important; }
.txt25 { font-size:25px !important; }
.txt26 { font-size:26px !important; }
.txt27 { font-size:27px !important; }
.txt28 { font-size:28px !important; }
.txt29 { font-size:29px !important; }
.txt30 { font-size:30px !important; }
.txt31 { font-size:31px !important; }
.txt32 { font-size:32px !important; }
.txt33 { font-size:33px !important; }
.txt34 { font-size:34px !important; }
.txt35 { font-size:35px !important; }
.txt36 { font-size:36px !important; }
.txt37 { font-size:37px !important; }
.txt38 { font-size:38px !important; }
.txt39 { font-size:39px !important; }
.txt40 { font-size:40px !important; }
.txt41 { font-size:41px !important; }
.txt42 { font-size:42px !important; }
.txt43 { font-size:43px !important; }
.txt44 { font-size:44px !important; }
.txt45 { font-size:45px !important; }
.txt46 { font-size:46px !important; }
.txt47 { font-size:47px !important; }
.txt48 { font-size:48px !important; }
.txt49 { font-size:49px !important; }
.txt50 { font-size:50px !important; }

.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}

.txtBold .txtB { font-weight: bold !important; }
.txtNormal .txtN { font-weight: normal !important; }
.txtRed { color: red !important;}
.txtBlue { color: blue !important;}
.indent{ padding-left: 1em; text-indent: -1em; }

/* Images */
.imgL { display: inline; float: left; margin-right: 10px !important; }
.imgR { display: inline; float: right; margin-left: 10px !important; }
.imgC { clear: both; display: block; margin-left: auto; margin-right: auto !important; }

/* 1文字インデント */
ul.comments_list { margin:0;padding:0; }
ul.comments_list li { list-style: none; padding-left: 1em; text-indent: -1em; font-size: 12px; }


/* 下層ページ共通パーツ                                            */
#page2nd .contents_inner .textbox {
    position: relative;
    padding: 3.25em 1em;
    margin: 60px 7% 0px;
    text-align: center;
}
#page2nd .contents_inner .textbox:before,#page2nd .contents_inner .textbox:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#page2nd .contents_inner .textbox:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
#page2nd .contents_inner .textbox:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}

/* グラス彫刻ギフト gift                                           */



