/*
 Theme Name:   amazing
 Description:  Twenty Thirteen Child Theme
 Template:     twentythirteen
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/



body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  box-sizing: padding-box;
}

@import url(https://fonts.googleapis.com/css?family=Lato:300);

html,
button,
input,
select,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Sans Unicode", "Lucida Grande", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}

:root {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }


a:link {
  color: #434343;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}

html, body {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

/*--- reset */
html,body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
img,abbr,acronym,fieldset {
  border: 0;
}
img{
  vertical-align:bottom;
  -webkit-backface-visibility: hidden
}
li {
  list-style-type: none;
}
li {
  list-style-type: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  margin: 0;
}

iframe {
  max-width: 100%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input {
  outline: none;
  border: none; }

input, select {
  vertical-align: middle; }


/* ----------------------------------------
---------------------------------------- */

em,
.em {
  font-weight: bold;
}
i,
.i {
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
}
strong,
.strong {
  font-weight: bold;
  color: #FF0000;
}
.big {
  font-size: 1.125rem;
  letter-spacing: 0.15em;
}

/*.switch {
  visibility: hidden;
}*/



/* section text margin style */

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
img.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.rightBox { float: right !important; }
.leftBox { float: left !important; }
.clear { clear: both; }


.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt100 {margin-top: 100px !important;}
.mt0 {margin-top: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb0 {margin-bottom: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pt30 {padding-top: 30px !important;}

.bold {font-weight: bold !important;}
.noline {border: none !important;}

.hide { display: none !important; }

/*SNSアイコン*/
.sns_icon {margin-top:50px;}
.sns_icon4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
}
@media screen and (max-width: 767px) {
.sns_icon4 {
    padding: 0px;
 }
}
.icon4 {
	display:flex;
	gap:50px;
	width:200px;
    /*LINEを入れた時はこちらで*/
	/*width:300px;*/
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 767px) {
 .icon4 {
	gap:30px;
	width:200px;
	margin: 20px auto 30px auto;
 }
}

/*ニュース*/


/*戻るボタン*/
@media screen and (max-width:768px){
#pageTop {
  position: fixed;
  bottom: 75px;
  right: 10px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-align: center;
	line-height:2;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
	background-color:red;
}
}

/*文字色*/
#gallery h2 {color:#434343}
gallery .link_btn a  {color:#434343 !important}

/*スライダー*/
.elementor-shortcode {
  margin-left: -10px;
  margin-right: -10px;
}

/*問い合わせ*/
@media screen and (max-width:768px){
.mw_wp_form .horizontal-item + .horizontal-item {margin-left: 0px;}
}

/*ギャラリー上部ボタン*/
.pitem ul {
  font-size: 16px;
  display:flex;
  justify-content: center;
  margin: 30px 0 70px 0;
}

.pitem li {
 display: inline-block;
}
.pitem li {
 border-left: 1px solid #434343;
 border-right: 1px solid #434343;
}
.pitem li+ li {
  border-left: 0;
  border-right: 1px solid #434343;
}

.pitem li a {
 margin: 0px 20px 0px 20px;
 color:#434343;}
.pitem li a:hover {color:#E70012;}

.pitemmore {
    border: 1px solid #434343;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: -50px;
    display: block;
    width: 160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ptiemtext {color:#434343;}
.pitemmore a {color:#434343 !important;}
.pitemmore a:hover {color:#434343 !important;}

@media screen and (max-width:768px){
 .pitem ul {
   font-size: 13px;
   display: block;
   line-height: 2;
   margin: 10px 0px 20px 10px;
  }
 .pitem li {
   height: 20px;
   line-height: 1.6;
  }
.pitem li {background-color: #434343;}
.pitem li a {color:#fff}
 }

/*itemページ*/
span.rl-gallery-caption {position: initial;}
.rl-gallery-title{display: none;}

/*ブログページ*/
#primary.content-area {color:#434343;}

a.page.larger {color:#434343;}
a.page.smaller {color:#434343;}