/*
Theme Name: ocean-ceremony
Author: Takuya Haruna
Description: This is Ocean-Ceremony Corporate site.
Version: 1.0
Text Domain: ocean-ceremony.com
*/


body,p,h1,h2,h3,h4,h5,h6,a,span,ul,li,label,button{
	font-family: serif;
}
#area{
	background: url("https://www.granocean-ceremony.com/wp-content/themes/ocean/assets/images/bk-map.png");
	background-repeat: no-repeat;
}



#voice{
	background: url("https://www.granocean-ceremony.com/wp-content/themes/ocean/assets/images/bg-voice.png");	
	background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
	#area{
		background-repeat: repeat;
		background-size: contain;
	}
	#voice{
		background-repeat: repeat;
	}
}
.voice01::before{
content: url("https://www.granocean-ceremony.com/wp-content/themes/ocean/assets/images/title-voice01.png");
position: absolute;
left: 0px;
top: 0px;		
}
.voice02::before{
position: absolute;
content: url("https://www.granocean-ceremony.com/wp-content/themes/ocean/assets/images/title-voice02.png");
left: 0px;
top: 0px;			
}
.voice03::before{
content: url("https://www.granocean-ceremony.com/wp-content/themes/ocean/assets/images/title-voice03.png");
position: absolute;
left: 0px;
top: 0px;		
}




/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #56a4e7;
  border: 0px solid #9e9d9a;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 3rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
/*
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}*/
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid white;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid white;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: transparent;
}
@media screen and (max-width: 736px) {
  
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  color: white;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
    left: .2rem;
    content: 'Q';
    color: white;
    top: .6rem;
    font-size: 1.8rem;
    font-weight: bold;
    transform: scale(0.7);
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 40px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 18px;
    color: white;
  }
  .p-faq__headinner::before {
  top: 0px;
}
}
.p-faq__bodyinner {
  display: block;
  padding-left: 0px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 0px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
  .p-faq__headinner::before {
  left: 1rem;
}
}


/*
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
/*
h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  }
}*/
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
/*
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}*/